Triple Fields

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Syntax

C#
[SerializableAttribute]
public struct Triple<TFirst, TSecond, TThird>
Visual Basic (Declaration)
<SerializableAttribute> _
Public Structure Triple(Of TFirst, TSecond, TThird)
Visual C++
[SerializableAttribute]
generic<typename TFirst, typename TSecond, typename TThird>
public value class Triple

Type Parameters

TFirst
TSecond
TThird

The type exposes the following fields.

Public Fields

  NameDescription
Public fieldFirst
The first element of the triple.
Public fieldSecond
The second element of the triple.
Public fieldThird
The thrid element of the triple.

See Also